projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7670b
)
(wait_reading_process_input): Eliminate bogus test
author
Richard M. Stallman
<rms@gnu.org>
Fri, 22 Mar 1996 22:06:10 +0000
(22:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 22 Mar 1996 22:06:10 +0000
(22:06 +0000)
that was trying to check read_kbd and failing.
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index eef1c18e4eb62336e4734166b993e293d9f593a5..26cba9864765dcef2cd2231bb9ae2f71450357f0 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-2076,7
+2076,7
@@
wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
run timer events directly.
(Callers that will immediately read keyboard events
call timer_delay on their own.) */
- if (
XINT (read_kbd) >= 0
)
+ if (
1
)
{
EMACS_TIME timer_delay;
int old_timers_run = timers_run;